home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / utils1 / dvtag101.arj / DVTAG.DOC next >
Text File  |  1994-09-26  |  2KB  |  50 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                         DvTAG v1.01 (formerly SLMT)
  7.             DOS utility: Divide TAGfile at specified line length
  8.                   Freeware, copyright (c) 1994 [94/09/26]
  9.                                      by
  10.                            David Daniel Anderson
  11.                                  Reign Ware
  12.  
  13.                ** READ REIGNWAR.TXT FOR LEGAL MUMBO JUMBO **
  14.  
  15.  
  16.  
  17.  
  18. DvTAG divides TAGfiles at a user-specified line length, so that you can
  19. filter out any taglines which are too long to use with your mail reader.
  20.  
  21.  Usage : DvTAG TagFile [/#]
  22.  Where : TagFile = file specification (DOS wildcards are allowed).
  23.   and  :       # = longest line to put in TagFile.SHR (optional, default = 57).
  24.  
  25. DvTAG creates two new files (the original is NOT altered).  The new files
  26. share the name of the original, but have extensions of ".SHR" and ".LNG".
  27.  
  28. Example: DvTAG c:\text\goodtags.new /56
  29.  
  30.  will create:
  31.  
  32.    c:\text\goodtags.shr    [with short lines (56 chars or less)]
  33.    c:\text\goodtags.lng    [with long lines (57 chars or more)]
  34.  
  35.  
  36.                ** READ REIGNWAR.TXT FOR LEGAL MUMBO JUMBO **
  37.  
  38. {------------------------------------------------------------------------------
  39.  
  40.                                 REVISION HISTORY
  41.  
  42. v1.00  : 1993/08/19.  First public release.  DDA
  43. v1.01  : 1994/09/26.  Renamed to DvTAG. Changed environment variable to
  44.                       command line parameter. Added wildcard capability.
  45.                       Improved error checking and handling. Improved help,
  46.                       status messages, and documentation.  DDA
  47.  
  48. ------------------------------------------------------------------------------}
  49.  
  50.